home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / glass / glass.lha / GLASS / tm / dsspec.t < prev    next >
Text File  |  1990-11-02  |  547b  |  22 lines

  1. .. File: dsspec.t
  2. .. Specification of required code
  3. .set basename ds
  4. .set otherlists string
  5. .set wantdefs
  6. .set toptype ds
  7. .foreach t ${deptype single $(toptype)}
  8. .append wantdefs new_$t
  9. .endforeach
  10. .foreach t $(toptype) ${deptype list $(toptype)}
  11. .append wantdefs new_$t_list
  12. .append wantdefs app_$t_list
  13. .endforeach
  14. .append wantdefs print_ds_list
  15. .append wantdefs rfre_ds_list
  16. .append wantdefs stat_$(basename) flush_$(basename)
  17. .append wantdefs new_string_list app_string_list rfre_string_list
  18. .if ${defined pathsep}
  19. .else
  20. .set pathsep /
  21. .endif
  22.